“Bounce Ball (Timer Attack)” Documentation by “José Lucas”


“Bounce Ball (Timer Attack)”

Created: 21/05/2024
By: José Lucas
Email: jlucas.gamedev@gmail.com

Thank you for purchasing our game. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Game Overview
  2. Game Structure (code and screens)
  3. Change the Images
  4. Export to HTML5
  5. Upload the game to website

A) Game Overview - top

B) Game Structure - top

IMPORTANT: THIS GAME WAS DEVELOPED USING CONSTRUCT 3 RELEASE 265

1) Game screens (code explained)

The code is organized by Event Sheets and Groups. Each sheet/group manages something different in the code.
This improves organization and makes changes easier.

CODE (GAME)

The code is self-explanatory since it is all commented:


C) Change the Images - top

Open Construct 2 or 3 then double-click on the images you want to change.

In the image editor window you can make a variety of changes including: erase, paint, draw, rotate, size. Also you can set origin point and change the collision boundaries.

The new images should be the same size to reflect the same game experience.


After that you just need to save, export and publish the game.



D) Export to HTML5 - top

Here are the 3 steps necessary to export your game to HTML5:


E) Upload the game to website - top

In order to add the games to your website or blog (wordpress), you just need to create an iframe and link to the folder you uploaded the game to it. For example, if you upload the game to the folder http://www.website.com/game/mygame/, you will need to create an iframe like this:

<iframe src="http://www.website.com/game/mygame/" width="600" height="300"></ifame>

  1. Where the SRC is the folder where you upload the game
  2. WIDTH is how wide you want the game to be in the page.
  3. HEIGHT is how tall you want the game to be in the page.


Once again, thank you so much for purchasing this game. As I said at the beginning, I'd be glad to help you if you have any questions relating to this game. No guarantees, but I'll do my best to assist. If you have a more general question relating to the games on Codecanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.

Go To Table of Contents